home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 8: LINUX Games
/
Linux Cubed Series 8 - LINUX Games.iso
/
games
/
x11
/
networke
/
xfirepow.000
/
xfirepow
/
xfirepower-0.84
/
server
/
socket.h
< prev
next >
Wrap
Text File
|
1995-11-22
|
618b
|
16 lines
/* socket.c */
void NET_listenSocket(int port);
void NET_send_map(int pl);
void NET_update_shell(shell * s);
void NET_send_message_to_indiv(char *msg, int from, int pl);
void NET_warning(char *msg, int pl);
void NET_send_message_to_team(char *msg, int team, int from);
void NET_send_message_to_all(char *msg, int from);
void NET_send_playerdata(int pl, int datapl);
void NET_update_one_player(int pl, int updpl);
void NET_update_all_players(int pl);
void socket_send_personal_info(int pl);
void NET_update_mapsquare(int x, int y);
void NET_update_mapsquare_value(int x, int y, int value);
void NET_checkSockets(void);